DS.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaGraphics Class / ToGcBitmap Method / ToGcBitmap(GcBitmap,Nullable<Rectangle>) Method
The target GrapeCity.Documents.Imaging.GcBitmap object.
Clipping rectangle to be copied to GrapeCity.Documents.Imaging.GcBitmap.

In This Topic
ToGcBitmap(GcBitmap,Nullable<Rectangle>) Method
In This Topic
Copies the image into an existing instance of GrapeCity.Documents.Imaging.GcBitmap.
Syntax
'Declaration
 
Public Overloads Sub ToGcBitmap( _
   ByVal bmp As GcBitmap, _
   Optional ByVal clipRect As System.Nullable(Of Rectangle) _
) 
 

Parameters

bmp
The target GrapeCity.Documents.Imaging.GcBitmap object.
clipRect
Clipping rectangle to be copied to GrapeCity.Documents.Imaging.GcBitmap.
See Also